home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / oyun / wr3d / stunt_1 / xst1eu1h.x < prev    next >
Text File  |  1997-02-18  |  8KB  |  377 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  40;
  136.  948.867188;590.623779;2537.921875;,
  137.  948.867188;509.743591;2537.921875;,
  138.  797.217041;509.743469;2537.921875;,
  139.  797.217041;590.623413;2537.921875;,
  140.  883.658569;609.653564;3556.513916;,
  141.  883.658569;582.693420;3556.513916;,
  142.  847.914307;582.693542;3520.769531;,
  143.  847.914307;609.653564;3520.769531;,
  144.  584.796387;609.801331;3519.651367;,
  145.  584.796387;582.841248;3519.651367;,
  146.  549.052185;582.841431;3555.395752;,
  147.  549.052185;609.801331;3555.395752;,
  148.  894.018433;150.210358;522.995178;,
  149.  894.018433;96.290131;522.995178;,
  150.  894.018433;96.290375;421.895020;,
  151.  894.018433;150.210358;421.895081;,
  152.  584.787231;609.801392;3519.651367;,
  153.  584.787231;582.841248;3519.651367;,
  154.  549.043030;582.841431;3555.395752;,
  155.  549.043030;609.801392;3555.395752;,
  156.  883.658569;609.653564;3556.513916;,
  157.  883.658569;582.693420;3556.513916;,
  158.  847.914307;582.693542;3520.769531;,
  159.  847.914307;609.653564;3520.769531;,
  160.  416.949219;138.061005;-1009.001343;,
  161.  416.949219;84.140770;-1009.001343;,
  162.  315.849121;84.141022;-1009.001343;,
  163.  315.849121;138.061005;-1009.001343;,
  164.  925.808899;158.906006;-560.524719;,
  165.  925.808899;104.985771;-560.524719;,
  166.  824.708801;104.986015;-560.524719;,
  167.  824.708801;158.906006;-560.524719;,
  168.  -34.591003;360.750519;2287.814209;,
  169.  -34.591003;306.830292;2287.814209;,
  170.  -34.591003;306.830536;2388.914307;,
  171.  -34.591003;360.750519;2388.914307;,
  172.  948.867188;590.623779;2537.921875;,
  173.  948.867188;509.743591;2537.921875;,
  174.  797.217041;509.743469;2537.921875;,
  175.  797.217041;590.623413;2537.921875;;
  176.  
  177.  20;
  178.  3;2,0,1;,
  179.  3;0,2,3;,
  180.  3;6,4,5;,
  181.  3;4,6,7;,
  182.  3;10,8,9;,
  183.  3;8,10,11;,
  184.  3;12,14,13;,
  185.  3;14,12,15;,
  186.  3;16,18,17;,
  187.  3;18,16,19;,
  188.  3;20,22,21;,
  189.  3;22,20,23;,
  190.  3;24,26,25;,
  191.  3;26,24,27;,
  192.  3;28,30,29;,
  193.  3;30,28,31;,
  194.  3;32,34,33;,
  195.  3;34,32,35;,
  196.  3;36,38,37;,
  197.  3;38,36,39;;
  198.  
  199.  MeshMaterialList {
  200.   5;
  201.   20;
  202.   0,
  203.   0,
  204.   1,
  205.   1,
  206.   1,
  207.   1,
  208.   2,
  209.   2,
  210.   1,
  211.   1,
  212.   1,
  213.   1,
  214.   0,
  215.   0,
  216.   3,
  217.   3,
  218.   4,
  219.   4,
  220.   0,
  221.   0;
  222.   Material {
  223.    1.000000;1.000000;1.000000;1.000000;;
  224.    15.000000;
  225.    1.000000;1.000000;1.000000;;
  226.    0.000000;0.000000;0.000000;;
  227.    TextureFilename {
  228.     "bb_ad5.tga";
  229.    }
  230.   }
  231.   Material {
  232.    1.000000;1.000000;1.000000;1.000000;;
  233.    15.000000;
  234.    1.000000;1.000000;1.000000;;
  235.    0.000000;0.000000;0.000000;;
  236.    TextureFilename {
  237.     "bb_ad2.tga";
  238.    }
  239.   }
  240.   Material {
  241.    1.000000;1.000000;1.000000;1.000000;;
  242.    15.000000;
  243.    1.000000;1.000000;1.000000;;
  244.    0.000000;0.000000;0.000000;;
  245.    TextureFilename {
  246.     "bb_ad4.tga";
  247.    }
  248.   }
  249.   Material {
  250.    1.000000;1.000000;1.000000;1.000000;;
  251.    15.000000;
  252.    1.000000;1.000000;1.000000;;
  253.    0.000000;0.000000;0.000000;;
  254.    TextureFilename {
  255.     "bb_ad1.tga";
  256.    }
  257.   }
  258.   Material {
  259.    1.000000;1.000000;1.000000;1.000000;;
  260.    15.000000;
  261.    1.000000;1.000000;1.000000;;
  262.    0.000000;0.000000;0.000000;;
  263.    TextureFilename {
  264.     "bb_ad3.tga";
  265.    }
  266.   }
  267.  }
  268.  MeshNormals {
  269.   40;
  270.   0.000000;0.000000;-1.000000;,
  271.   0.000000;0.000000;-1.000000;,
  272.   0.000000;0.000000;-1.000000;,
  273.   0.000000;0.000000;-1.000000;,
  274.   0.707108;-0.000000;-0.707106;,
  275.   0.707108;-0.000000;-0.707106;,
  276.   0.707108;-0.000000;-0.707106;,
  277.   0.707108;0.000000;-0.707106;,
  278.   -0.707109;-0.000000;-0.707105;,
  279.   -0.707109;-0.000000;-0.707105;,
  280.   -0.707109;-0.000000;-0.707105;,
  281.   -0.707109;-0.000000;-0.707105;,
  282.   -1.000000;0.000000;0.000000;,
  283.   -1.000000;0.000000;0.000000;,
  284.   -1.000000;0.000000;0.000000;,
  285.   -1.000000;0.000000;0.000000;,
  286.   0.707109;-0.000000;0.707105;,
  287.   0.707109;-0.000000;0.707105;,
  288.   0.707109;-0.000000;0.707105;,
  289.   0.707109;-0.000000;0.707105;,
  290.   -0.707108;0.000000;0.707106;,
  291.   -0.707108;0.000000;0.707106;,
  292.   -0.707108;0.000000;0.707106;,
  293.   -0.707108;-0.000000;0.707106;,
  294.   0.000000;0.000000;1.000000;,
  295.   0.000000;0.000000;1.000000;,
  296.   0.000000;0.000000;1.000000;,
  297.   0.000000;0.000000;1.000000;,
  298.   0.000000;0.000000;1.000000;,
  299.   0.000000;0.000000;1.000000;,
  300.   0.000000;0.000000;1.000000;,
  301.   0.000000;0.000000;1.000000;,
  302.   1.000000;0.000000;-0.000000;,
  303.   1.000000;0.000000;-0.000000;,
  304.   1.000000;0.000000;-0.000000;,
  305.   1.000000;0.000000;-0.000000;,
  306.   -0.000000;0.000000;1.000000;,
  307.   -0.000000;0.000000;1.000000;,
  308.   -0.000000;0.000000;1.000000;,
  309.   -0.000000;0.000000;1.000000;;
  310.  
  311.   20;
  312.   3;2,0,1;,
  313.   3;0,2,3;,
  314.   3;6,4,5;,
  315.   3;4,6,7;,
  316.   3;10,8,9;,
  317.   3;8,10,11;,
  318.   3;12,14,13;,
  319.   3;14,12,15;,
  320.   3;16,18,17;,
  321.   3;18,16,19;,
  322.   3;20,22,21;,
  323.   3;22,20,23;,
  324.   3;24,26,25;,
  325.   3;26,24,27;,
  326.   3;28,30,29;,
  327.   3;30,28,31;,
  328.   3;32,34,33;,
  329.   3;34,32,35;,
  330.   3;36,38,37;,
  331.   3;38,36,39;;
  332.  }
  333.  MeshTextureCoords {
  334.   40;
  335.   -0.000156;-0.000074;,
  336.   -0.000156;0.999920;,
  337.   0.999996;0.999915;,
  338.   0.999996;-0.000074;,
  339.   -0.000156;-0.000074;,
  340.   -0.000156;0.999920;,
  341.   0.999996;0.999915;,
  342.   0.999996;-0.000074;,
  343.   -0.000156;-0.000074;,
  344.   -0.000156;0.999920;,
  345.   0.999996;0.999915;,
  346.   0.999996;-0.000074;,
  347.   -0.000156;-0.000074;,
  348.   -0.000156;0.999920;,
  349.   0.999996;0.999915;,
  350.   0.999996;-0.000074;,
  351.   -0.000156;-0.000074;,
  352.   -0.000156;0.999920;,
  353.   0.999996;0.999915;,
  354.   0.999996;-0.000074;,
  355.   -0.000156;-0.000074;,
  356.   -0.000156;0.999920;,
  357.   0.999996;0.999915;,
  358.   0.999996;-0.000074;,
  359.   -0.000156;-0.000074;,
  360.   -0.000156;0.999920;,
  361.   0.999996;0.999915;,
  362.   0.999996;-0.000074;,
  363.   -0.000156;-0.000074;,
  364.   -0.000156;0.999920;,
  365.   0.999996;0.999915;,
  366.   0.999996;-0.000074;,
  367.   -0.000156;-0.000074;,
  368.   -0.000156;0.999920;,
  369.   0.999996;0.999915;,
  370.   0.999996;-0.000074;,
  371.   -0.000156;-0.000074;,
  372.   -0.000156;0.999920;,
  373.   0.999996;0.999915;,
  374.   0.999996;-0.000074;;
  375.  }
  376. }
  377.